h1, h2, h3, h4, h5, h6 {
    color: #333;
}
body {
    color: #333;
}
.navigation-main {
	height: 75px!important;
}
.navigation-main .navbar-brand img {
    max-width: 180px!important;
}
/*栏目*/
.navigation-main ul li a {
    font-size: 1.8rem;
    position: relative;
}
.navigation-main ul .navbar-nav-item:hover .nav-list{
    display: block;
}
.nav-list {
    position: absolute;
    top: 73px;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
    /*border-top: 2px solid #133c66;*/
    display: none
}

.nav-list li a{
   height: 44px!important;
    line-height: 44px!important;
    cursor: pointer;
   /*width:150px;*/
   padding:0!important;
}
.nav-list li .sub-navitem:hover {
    background-color: #edbe59!important;
    color: #fff!important;
    /*font-size: 1rem;*/
}
.navbar-nav-item:hover> a {
	 color: #fff;
    background-color: #152D79!important;
}
/*栏目*/



.navigation-main ul li a:hover, .navigation-main ul li span:hover, .navigation-main ul li.current a {
    color: #fff;
    background-color: #152D79!important;
}
.navigation-main ul li a, .navigation-main ul li span {
    color: #333;
    padding: 0 25px;
}
.navigation-main ul li a {
    font-size: 1.8rem;
}
.navigation-main .container-fluid {
    max-width: 1400px;
}
.navigation-main .navbar-brand {
    display: inline-block;
    color: #CDA454;
    height: 75px;
    line-height: 75px;
    font-weight: bold;
    position: relative;
    padding-left: 85px;
    font-size: 32px;
}
.navbar-brand img {
    left: 0;
}
.nav>li {
	position: relative;
}
.nav>li:after {
	content: '';
	width: 1px;
	height: 1.8rem;
	border-right: 1px solid #333;
	position: absolute;
	top: 2.8rem;
	right: 0;
}
.nav>li:last-child:after {
	content: none;
}
/*common start*/
.banner {
    margin-top: 75px;
}
.padding {
    padding: 35px 0;
}
.swiper-pagination-bullet {
    /*width: 10rem;*/
    /*height: 0.5rem;*/
    background-color: #edbe59;
    /*border-radius: 0.25rem;*/
    /*opacity: 0.08;*/
}
/*.swiper-pagination-bullet-active {*/
/*    opacity: 0.3;*/
/*}*/
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction  {
    bottom: 0px;
    text-align: left;
}
.title {
    font-size: 29px;
    margin-bottom: 1.3rem;
    color: #000000;
    text-align: center;
    font-weight: bold;
}
.sub-title{
    font-size:14px;
    color: #666666;
    margin-bottom: 17px;
    text-align: center;
}
.inner .title{
    font-size: 2.2rem;
    text-align: left;
    color: #333333;
    font-weight: normal;
    margin-bottom: -3px;
 }
.inner .detail-text{
    font-size: 16px;
    color: #666666;
    text-indent: 2em;
    line-height: 3.6rem;
}
.line-btn {
    display: inline-block;
    border: 1px solid #d7d7d7;
    font-size: 1.6rem;
    color: #333;
    /*padding: 1.4rem 3.9rem;*/
      width: 124px;
    height: 33px;
    line-height: 26px;
}
.line-tab {
    list-style: none;
    padding: 0;
}
.line-tab .line-tab-item {
    float: left;
    margin-right: 3.8rem;
}
.line-tab .line-tab-item a{
    text-decoration: underline;
    color: #999999;
    font-size: 1.6rem;
}
.head-tab {

}
.panel-tab {
    width: 527px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.head-tab .panel-tab .tab-item{
    float: left;
    padding: 10px 46px;
}
.head-tab .panel-tab .tab-item a{
    color: #333;
    position: relative;
    border-bottom: 2px solid transparent;
    padding-bottom: 10px;
    font-size: 1.8rem;
 }
.head-tab .panel-tab .tab-item a.active{
    border-bottom: 2px solid #edbe59;
}
.bg-dark {
    background-image: url("/shouye/images/bg.jpg");
    background-size: cover;
    padding: 9rem 0;
}

.bg-dark .title, .bg-dark .sub-title{
    color: #ffffff;
}
.button-prev, .button-next {
    position: absolute;
    z-index: 1024;
    top: 8rem;
    width: 5rem;
}
.button-prev {
    left: 0;
}
.button-next {
    right: 0;
}
.swiper-title {
    font-size: 3rem;
    color: #ffffff;
    margin-bottom: 1.8rem;
}

.swiper-desc{
    font-size: 1.8rem;
    color: #ffffff;
}
.read-more {
    display: inline-block;
    color: #fff;
    margin-top: 6rem;
}
.m-b {
    margin-bottom: 4rem;
}
.more-btn {
    display: inline-block;
    width: 19.7rem;
    height: 5.5rem;
    background-color: #b5b5b5;  
    line-height: 5.5rem;
    color: #fff;
}

.swiper-slide .media {
    text-align: center;
}
.swiper-slide .media .avatar {
    width: 60%;
}
/*common end*/

/*active start*/
.active .detail {
    color: #fff;
}
/*active end*/

/*service-intro start*/
.service-intro {
    padding: 6rem;

}
.service-intro .service-title {
    font-size: 2.4rem;
    color: #000000;
}
.service-intro p {
    color: #696969;
    font-size: 1.8rem;
}
.service-intro .line {
    width: 8.8rem;
    height: 0.2rem;
    background-color: #696969;
    border-radius: 0.1rem;
    display: inline-block;
    margin-bottom: 2rem;
}

/*service-intro end*/



/*video start */
#video {

}
.video-container {
    text-align: left;
    cursor: pointer;
}

.img-inner {
    position: relative;
}
.video-container  .video-title{
    font-size: 2.4rem;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 0;
    margin-top: 1rem;
}
.video-container .video-suv{
    font-size: 1.8rem;
    color: #696969;
}
.bofang-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.4);
    display: none;
    justify-content: center;
    align-items: center;
}
.video-container:hover .bofang-mask{
    display: flex;
}
/*video end */
/*team*/
#clients {
    padding: 10rem 0;
}
.team-banner {
    width: 100%;
    margin-bottom: 3.1rem;
}
.team-intro {
    font-size: 2.4rem;
    color: #000000;
}
/*team*/


.relation-item .relation-title{
    font-size: 1.8rem;
    font-weight: bold;
    color: #4e4e4e
}
.relation-item ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.relation-item ul li a{
    font-size: 1.6rem;
    color: #666666;
    line-height: 1.6;
}

.corprate-culture {
  width: 72rem;
    margin: 0 auto;
}
.corprate-culture .culture-detail {
    list-style: none;
    padding: 0;
    line-height: 1.6;
}
.corprate-culture .culture-detail li {
    font-size: 1.8rem;
}
.corprate-culture .culture-detail span {
    font-size: 2.4rem;
    font-weight: bold;
    color: #333333
}

.wx-code {
    text-align: center;
    padding: 50px;
    border-left: 1px solid #dfdfdf;
}
.wx-code img{
    width: 100%;
}

#footer {
    background-color: #133c66;
    color: #fff;
    line-height: 1;
    padding: 0;
}
#footer p {
    padding: 1.8rem 0;
    font-size: 1.4rem;
    line-height: 1;
}
.img100{
    width: 100%;
    height:640px;
}


.count-list {
    box-shadow: 0px 5px 16px 0px rgba(64, 64, 64, 0.06);
    /*background-color: #fff;*/
    padding: 0rem  4rem;
    /*border-radius: .8rem;*/
    list-style: none;
    margin: 0;
    width:1400px;
}
.count-list1 {
    box-shadow: 0px 5px 16px 0px rgba(64, 64, 64, 0.06);
    background-color: #fff;
    padding: 1.8rem  4rem;
    /*border-radius: .8rem;*/
    list-style: none;
    margin: 0;
    /*width:1400px;*/
}
.count-list li {
    float: left;
    /*border-right: 1px solid #dfdfdf;*/
    width: 33%;
    padding: 0 1rem;
}

.count-list li:last-child {
    border-right: 1px solid transparent;
}

.count-list li .inner {
    /*line-height: 110px;*/
    padding: 3.4rem 0rem 3.4rem 10rem;
    /*text-align: center;*/
}
.count-list li .inner img {
    float: left;
    margin-right: 15px;
}
.count-list li .inner span {
    color: white;
}
.count-list li .inner .btitle{

    font-size: 16px;
}
.count-list li .inner .big {
    font-size: 42px;
    color: #133c66;
    font-weight: bold;
    margin-bottom: 0;
}

.count-list li .inner .big span{
    font-size: 1.8rem;
    color: #333;
}

.count-list li .inner .title{
    font-size: 16px;
    color: #666666;
    text-align: center;
}

.snews-title {
    font-size: 1.8rem;
    color: #333;
    font-weight: bold;
    line-height: 3.6rem;
}
.snews-time {
    font-size: 1.4rem;
}
.snews-desc {
    font-size: 1.4rem;
    text-indent: 2em;
    line-height: 2.8rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 36px;
}
.news-list {
    list-style: none;
}

.news-list .news-item{
    float: left;
    width: 50%;
}
.news-list .news-item .inner {
    display: flex;
    align-items: center;
    padding: 3rem 10px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}
.news-list .news-item:nth-child(2n)  .inner{
     border-right: 1px solid transparent;
 }
.news-list .news-item .date-time {
    padding: 0 1.5rem;
    width: 9rem;
    flex-shrink: 0;
    text-align: center;
    font-size: 1.4rem;
}
.date-time span{
    color: #000;
    font-size: 2.2rem;
}
.news-list .news-item  .news-detial{
	width: 70%;
}
.news-list .news-item  .news-detial .news-title{
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    color: #333;
    font-weight: bold;
	overflow:hidden; 
	text-overflow:ellipsis;
	white-space:nowrap;
	width: 96%;
}
.news-list .news-item  .news-detial .news-desc {
    font-size: 1.4rem;
    line-height: 2.8rem;
    color: #898989;
}


.banner-static {
    position: relative;
    margin-top: 75px;
}
.banner-static img {
    width: 100%;
    margin: 0;
    padding: 0;
    /*height: 47rem;*/
    object-fit: cover;
}

.banner-title {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}

.banner-title h2 {
    color: #fff;
    font-size: 2rem;
}

.page-nav {
    height: 60px;
    line-height: 60px;
}
.page-nav .left-side span{
    display: inline-block;
    margin-right: 13px;
    font-size: 1.8rem;
    color: #333333;
}
.page-nav .left-side .icon-box{
    display: inline-block;
    background-color: #b1b1b1;
    width: 60px;
    text-align: center;
    font-size: 18px;
    color: rgba(51, 51, 51, 0.69);
}

.page-nav .left-side span.active{
    display: inline-block;
    margin-right: 13px;
    color: #133c66;
}

.page-nav .tab-bav {
 list-style: none;
    padding: 0;
    margin: 0;
}

.page-nav .tab-bav .tab-item{
    float: left;
    height: 60px;
    line-height: 60px;
    padding: 0 5px;
    font-size: 1.8rem;
    color: #333333;
    margin-left: 80px;
    border-bottom: 2px solid transparent;
}

.page-nav .tab-bav .tab-item.active{
    /*height: 60px;*/
    /*line-height: 60px;*/
    /*font-size: 1.8rem;*/
    /*padding: 0 36px;*/
    /*color: #133c66;*/
    border-bottom: 2px solid #133c66;
}


.gray-bg {
    background-color: #f6f7fa;
    padding: 50px 0;
}

.company-content {
    background-color: #fff;
    margin-bottom: 7rem;
}
.company-info {
    padding: 30px;
}
.company-info  .company-name {
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 2px;
    color: #333333;
    margin-bottom: 12px;
 }
.company-info  .company-address {
    font-size: 2rem;
    letter-spacing: 2px;
    color: #333333;
}
.company-info  .company-phone {
    font-size: 3rem;
    letter-spacing: 2px;
    color: #133c66;
    margin: 5rem 0;
    font-weight: bold;
}
.company-info  .company-chanjin, .company-info  .company-mail{
    font-size: 18px;
    margin-bottom: 8px;
    color: #333333;
}


.map-container {
    height: 700px;
    background-color: #f2f2f2;
    margin-bottom: 10px;
}

.compony-list {
    list-style: none;
    padding: 0;
    height: 700px;
    overflow-y: scroll;
}
.compony-list .company-item {
    padding: 20px;
    border-bottom:1px solid #dfdfdf;
}

.compony-list .company-item.active {
    background-color: #edbe59;
}

.compony-list .company-item-title {
    font-size: 1.9rem;
    font-weight: bold;
    color: #333333;
    margin: 0 0 10px;
}

.compony-list .company-item-sub {
    font-size: 16px;
    color: #333333;
    margin-bottom: 0;
}
.compony-list .company-item.active .company-item-title, .compony-list .company-item.active .company-item-sub{
    color: #fff;
}

.connet-form {
    background-color: #fff;
    padding: 10rem 15rem;
}
.connet-form .form-input{
    background-color: #f6f7fa;
    padding: 10px;
    border-radius: 2px;
    width: 100%;
    border: none;
    margin-bottom: 20px;
}
.connet-form  .code-inner {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #dfdfdf;
}
.connet-form .submint-btn {
    background-color: #124e80;
    color: #fff;
    display: inline-block;
    width: 200px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    font-weight: bold;
}

.page-title-tow {
    text-align: center;
}
.page-title-tow  .bg-title {
    font-size: 6rem;
    color: #0a2f4e;
    opacity: 0.1;
    margin-top: -4rem;
}
.page-title-tow .text-title {
    font-size: 3.6rem;
    font-weight: bold;
    color: #333333;
}

.talent-panel {
    margin: 5rem 0;
}
.talent-panel .talent-info {
    padding: 4rem 5rem 0;
}
.talent-panel .talent-info h2 {
    font-size: 24px;
    letter-spacing: 2px;
    color: #f2cf85;
    margin: 0;
    margin-bottom: 20px;
    font-weight: bold;
}

/*EDIT*/
.table-row {
    /*height: 70px;*/
    /*line-height: 70px;*/
    font-size: 24px;
    display: flex;
    background-color: #fff;
}
.table-row.head {
    background-color: #0a2f4e;
    color: #fff;
}
/*EDIT*/
.table-body .table-row{

    /*height: 60px;*/
    /*line-height: 60px;*/
    font-size: 20px;
    color: #333333;
}

.table-body .table-row.active{
    background-color: #124e80;
    color: #fff;
}
/*EDIT*/

.table-row .table-item {
    padding: 2.3rem 0;
    width: 20%;
    text-align: center;
}
.table-row .table-item.spec {
    width: 10rem;
    flex-shrink: 0;
    color: #edbe59;
}
.table-body .job-detail {
    padding: 3rem 9rem;
    background-color: #fff;
    border: solid 1px #90ddfb;
    font-size: 1.6rem;
    line-height: 2.8rem;
}

.group-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.group-list .group-item {
    margin-bottom: 6rem;
}

.group-list .group-title {
    border-bottom: 1px solid #a0a0a0;
    padding: 10px;
    position: relative;

}

.group-list .group-title .border {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20rem;
    height: 4px;
    background-color: #d80c18;
}

.group-list .group-title .left-side{
    font-size: 24px;
    color: #333333;
    float: left;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.group-list .group-title .right-time {
    float: right;
    color: #888888;
}
.right-time .month {
    font-size: 36px;
}
.right-time .month {
    font-size: 28px;
}
.group-list .group-title .left-side img{
    width: 48px;
    height: 46px;
    object-fit: contain;
    margin-right: 10px;
}
.group-item .group-body {
    background-color: #fff;
    padding: 20px;
}

.group-item .group-body .group-detail {
    font-size: 1.8rem;
    line-height: 3.2rem;
    letter-spacing: 2px;
    color: #666666;
}
.group-item .group-body .group-more {
    color: #d80c18;
    font-size: 18px;
    font-weight: normal;
}

.page-title-three {
    border-bottom: 1px solid #cfcfcf;
    font-size: 20px;
    color: #133c66;
    position: relative;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 5rem;
}
.page-title-three:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background-color: #133c66;
}
.html-content {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 50px;
}

.company-panel {
    padding: 15px;
    background-color: #fff;
    margin-bottom: 30px;
}
.company-panel .article-info h3{
    text-align: center;
    font-size: 2rem;
    color: #333;
    font-weight: bold;
}
.company-panel .details {
    font-size: 1.4rem;
    line-height: 20px;
    color: #666;
    height:80px;
}
.company-panel .article-info .line-btn {
    /*padding: 0 2rem;*/
    font-size: 11px;
}
.news-page .col-sm-4{
    padding-right: 40px;
    padding-left: 40px;
    margin-bottom: 30px;
}
.news-page .news-panel {
    padding: 0;
    background-color: #fff;
    box-shadow: 9px 10px 21px 0px
    rgba(0, 0, 0, 0.13);
    margin-bottom: 20px;
}
.news-page .news-panel:hover {
    background-color: #edbe59;
}
.news-page .news-panel:hover .article-info h3, .news-page .news-panel:hover .article-info .footer .left-time, .news-panel:hover .article-info .line-btn {
    color: #fff;
}
.news-page .news-panel .article-info {
        padding: 40px 20px;
}
.news-page .news-panel .article-info h3{
    font-size: 1.8rem;
    font-weight: bold;
    color: #333333;
    margin: 0 0 5rem;
    height:40px;
}
.news-page .news-panel .article-info .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    line-height: 44px;
}

.news-page .news-panel .article-info .footer .left-time {
    color: #666666;
}
.news-panel .article-info .line-btn {
    padding: 0.2rem 1rem;
    font-size: 11px;
}

.company-introducetion {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 20px;
}

.corporate-culture .culture-item{
    background-color: #fff;
    margin-bottom: 74px;
}

.corporate-culture .culture-item .culture-desc {
    padding: 10px 7.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 260px;
}

.corporate-culture .culture-item .culture-desc h3 {
    font-size: 3rem;
    color: #133c66;
    font-weight: bold;
}

.corporate-culture .culture-item .culture-desc p {
    font-size: 2.4rem;
    color: #333333;
}

.qualifications {
    padding: 15px;
    background-color: #fff;
    margin-bottom: 20px;
}

.qualifications .qualifications-title {
    font-size: 1.8rem;
    text-align: center;
    color: #333333;
    margin: 15px 0 0;
}
.orgenazation {
    margin-bottom: 20px;
}

.time-line {
    background-color: #fff;
}
.time-line .time-main{
    display: flex;
    align-items: center;
    padding: 15px;
}
.time-line .time-main img {
    width: 220px;
    height: 160px;
    flex-shrink: 0;
    margin-right: 2rem;
}

.time-line .time-item{
    padding-left: 10rem;
    position: relative;
}

.time-line .time-item .time-circle {
    position: absolute;
    left: 4rem;
    top: 50%;
    transform: translateY(-50%);
    width: 33px;
    height: 33px;
    background-color: #ffffff;
    border: solid 2px #b6b6b6;
    border-radius: 50%;
}

.time-line .time-item .time-circle:before, .time-line .time-item .time-circle:after {
    content: '';
    height: 80px;
    width: 1px;
    background-color: #d2d0d0;
    position: absolute;
    left: 50%;
}
.time-line .time-item .time-circle:before {
    bottom: 30px
}
.time-line .time-item .time-circle:after {
    top: 30px
}

.time-line .time-item:first-child .time-circle:before{
    content: none;
}


.time-line .time-item:last-child .time-circle:after{
    content: none;
}

.time-line .time-item:first-child .time-circle{
    width: 0;
    height: 0;
    border: 30px solid #edbe59;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    border-radius: 0;
    left: calc(4rem - 13px);
}


.time-line .time-main .time-detail {
   width: 100%;
}

.time-line .time-main .time-detail h3 {
    border-bottom: 1px solid  #e5e5e5;
    font-size:19px;
    color: #333333;
    margin-top: 0;
    padding-bottom: 1.5rem;
    font-weight: bold;
}

.count-list.about {
    box-shadow: none;
}
.count-list.about li {
    padding-right: 10px;
    border-right: 0;
}
.count-list.about li .inner{
    border: 1px solid #edbe59;

}
.count-list.about li .inner .big{
color: #edbe59;
    padding-top: 10px;
}


.index-conut {
    position: relative;
    z-index:1;
    top: -110px;
    background-color: rgba(0,0,0,0.5);
}
.tus{
	width:420px;
	height:196px;
}
.tus1{
	width: 745px;
	height:345px;
}
#ku{
	padding: 20px;
}
#qt{
   		margin-left:-10px;
   		width:515px;
   		padding:0
   }
#you{
	width:846px;
	padding:0;
	margin-left:40px
}
	#cu{
	margin-left:162px;
	}
@media (max-width: 840px) {
	.nav>li:after {
		content: none;
	}
    .navigation-main button {
        color: #333;
    }
    .navbar-header{
        border-bottom: 1px solid #dfdfdf;
    }
    .navigation-main .navbar-brand {
         height: 59px;
         line-height: 59px;
        font-size: 2rem;
    }
    .company-introducetion img {
		width:100%!important;
		height: auto!important;
	}
	.banner-static img {
		height: auto;
	}
    .banner {
        margin-top: 58px;
    }
    .connect-detail {
        margin-top: 3rem;
    }
    .navigation-main ul li a:hover, .navigation-main ul li span:hover, .navigation-main ul li.current a {
        color: #fff;
    }
    .banner-static {
        margin-top: 50px;
    }
    .connet-form {
        padding: 20px 15px;
    }
    .wx-code {
        border: none;
        margin-top: 10px;
    }
    .news-page .col-sm-4{
        padding-right: 15px;
        padding-left: 15px;
    }

    .count-list li {
        width: 100%;
        margin-bottom: 20px;
    }
    .time-line .time-main{
        flex-direction: column;
    }
    .time-line .time-main img{
        width: 100%;
       margin-right: 0;
        margin-bottom: 20px;
    }
    .time-line .time-item .time-circle:before, .time-line .time-item .time-circle:after {
        height: 140px;
    }
      .img100{
    	width: 100%;
    	height:100%;
	}
	.tus{
	width: 100%;
    	height:100%;
	}
		.tus1{
	width: 100%;
    	height:100%;
	}
	#ku{
	padding: 0px;
	}
	.panel-tab {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
   }
   #qt{
   		margin-left:0px;
   		width:100%;
   		padding:0
   }
   #you{
	width:100%;
	padding:0;
	margin-left:0px
}
  .count-list {
    box-shadow: 0px 5px 16px 0px rgba(64, 64, 64, 0.06);
    background-color: #fff;
    padding: 1.8rem  4rem;
    /*border-radius: .8rem;*/
    list-style: none;
    margin: 0;
    width:100%;
	}
	.corprate-culture {
	  width: 31rem;
	    margin: 0 auto;
	}
	#cu{
	margin-left:0px;
	}
	/*EDIT*/
    .table-row {
        flex-wrap: nowrap;
    }
    .table-row .table-item, .table-row .table-item.spec {
        /*width: 50%;*/
        text-align: center;
        font-size: 13px;
    }
    .page-nav .tab-bav .tab-item {
    	margin-left: 20px;
    }
    .table-body {
    	border-bottom: 1px solid #eee;
    }
    .map-container{
    	height: 300px;
    }
   
    #c .tab-bav  .tab-items {
        font-size: 12px!important;
	    margin-left: 20px!important;
	}
	 #c .tab-bav .tab-items:first-child {
	 	margin-left: 0;
	 }
	.page-title-three {
		font-size: 12px;
	}
	.page-title-three:after {
		    width: 60px;
	}
	 #c .page-title-three:after {
		    width: 100%;
	}
	#c .page-title-three {
		margin-bottom: 0;
	}
	.mini-container {
		margin-top: 20px;
	}
}
@media (min-width: 1200px) {
    .container {
        width: 1400px!important;
    }
}
@media (min-width: 1400px) {
    .container {
        width: 1400px!important;
    }
}
@media (min-width: 768px) {
    .container {
        width: 1400px!important;
    }
}

<!--0.00014901161193848-->